home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / prog / adlip.arj / C.BAT < prev    next >
DOS Batch File  |  1988-12-02  |  160b  |  11 lines

  1. echo off
  2. cl -AS -Zi -Ox -Gs demo2.c \lowlevel\adlib.c
  3. if errorlevel 1 goto error
  4. goto end
  5.  
  6. :error
  7. echo *** Error: file not compiled ***
  8. :end
  9. echo on
  10.  
  11.